home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / scenebl.exe / SCENE.HLP < prev    next >
Text File  |  1993-01-10  |  19KB  |  436 lines

  1.  
  2.  
  3.                                SCENE BUILDER
  4.  
  5.  
  6.           Copyright (C) 1993 by Jerry Rivers, All Rights Reserved
  7.  
  8.  
  9. BASIC OPERATION:
  10.  
  11.    Most functions are selected from the menu using the LEFT mouse button.
  12.    These include drawing tools (e.g., lines), styles (e.g., dashed lines),
  13.    text, disk I/O (e.g., open), display (e.g., zoom), snap grid, etc.
  14.  
  15.    Many functions also have a keyboard "shortcut key".
  16.  
  17.    Drawing colors and object "fill" patterns are selected with the LEFT
  18.    mouse button.  Fill colors are selected with the RIGHT mouse button.
  19.  
  20.    Current draw and fill colors are shown in the menu grid to the left of
  21.    the color squares.  The outside color is "draw"; the inside is "fill".
  22.  
  23.    Fills are turned off and on by pressing the LEFT mouse button inside the
  24.    "fill" square. If fill mode is "on", the drawing tools in the left
  25.    column of the menu will be filled with white; if fill is "off", they
  26.    will be filled with light gray.
  27.  
  28.  
  29. MOUSE CURSORS:
  30.  
  31.    The appearance of the graphics mouse cursor changes according to the
  32.    function being performed (e.g., the line draw cursor is a "+" cross with
  33.    a "/" line underneath, flood fill is a small paint roller). A full
  34.    description is included later in the help file. 
  35.  
  36.  
  37. MENU LAYOUT:
  38.  
  39.    Menu items are selected with the mouse or keyboard from a on-screen
  40.    grid.  The menu can be moved anywhere on the screen if the LEFT mouse
  41.    button is held down while the 4-arrow mouse cursor is in the menu top.
  42.  
  43.    Drawing tools, line styles, display controls, colors, fills, and snap
  44.    grid controls are illustrated on the next two help screens.  Each
  45.    function shows the corresponding keyboard shortcut key, if applicable.
  46.  
  47.  
  48.       SCENE BUILDER MENU GRID (TOOLS, LINE STYLES, FILLS, AND COLOR)
  49.  
  50.  
  51.   ┌─────────┬─────────┬─────────┬─────────┬─────────┬─────────┬─────────┐
  52.   │ straight│  add    │  solid  │  Open   │  solid  │         │  Dark   │
  53.   │  Lines  │  Text   │  lines  │  scene  │         │  Black  │  Gray   │
  54.   │         │         │         │         │         │         │         │
  55.   │   "L"   │   "T"   │         │   "O"   │  fill   │         │         │
  56.   ├─────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┤
  57.   │  Group  │  cHar   │  dotted │  Save   │         │         │  Light  │
  58.   │  lines  │  fonts  │  lines  │  scene  │  line   │  Blue   │  Blue   │
  59.   │         │         │         │         │         │         │         │
  60.   │   "G"   │   "H"   │         │   "S"   │  fill   │         │         │
  61.   ├─────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┤
  62.   │  draw   │  Flood  │  center │  eXit   │  slash  │         │  Light  │
  63.   │ Polygons│  fill   │  lines  │ (stop)  │         │  Green  │  Green  │
  64.   │         │         │         │         │         │         │         │
  65.   │   "P"   │   "F"   │         │   "X"   │  fill   │         │         │
  66.   ├─────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┤
  67.   │Rectangle│  normal │  dashed │  Undo   │  back   │         │  Light  │
  68.   │ (square)│  lines  │  lines  │ last chg│  slash  │  Cyan   │  Cyan   │
  69.   │         │         │         │         │         │         │         │
  70.   │   "R"   │         │         │   "U"   │  fill   │         │         │
  71.   ├─────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┤
  72.   │  draw   │  wide   │         │  grid   │  light  │         │  Light  │
  73.   │ Circles │  lines  │         │ display │  slash  │   Red   │   Red   │
  74.   │         │         │         │         │         │         │         │
  75.   │  "C"    │         │         │  on/off │  fill   │         │         │
  76.   ├─────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┤
  77.   │  draw   │Document │         │ snap-to │  cross  │         │  Light  │
  78.   │ Ellipses│{comment}│         │         │  hatch  │ Magenta │ Magenta │
  79.   │         │         │         │         │         │         │         │
  80.   │   "E"   │   "D"   │         │  on/off │  fill   │         │         │
  81.   ├─────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┤
  82.   │  rouNd  │  Blank  │  help   │  snap   │  inter- │         │         │
  83.   │rectangle│  scene  │   (?)   │  X =    │  leave  │  Brown  │ Yellow  │
  84.   │         │         │         │         │         │         │         │
  85.   │   "N"   │   "B"   │  "F1"   │  Y =    │  fill   │         │         │
  86.   ├─────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┤
  87.   │  draw   │  Zoom   │         │draw Col │  close  │  Light  │         │
  88.   │  Arcs   │ In/Out  │         │         │   dot   │  Gray   │  White  │
  89.   │         │         │         │ [fill   │         │         │         │
  90.   │   "A"   │   "Z"   │         │  col ]  │  fill   │         │         │
  91.   └─────────┴─────────┴─────────┴─────────┴─────────┴─────────┴─────────┘
  92.  
  93.  
  94.                      SCENE BUILDER GENERAL INFORMATION
  95.  
  96.  
  97.    Each drawing tool works similarly. After selecting a tool, the menu will
  98.    disappear and a tool-specific mouse cursor will appear.
  99.  
  100.    Move the cursor to the spot you want to begin drawing the object.  To
  101.    begin drawing, press the LEFT mouse button. Dragging the mouse draws
  102.    using "rubber band" lines.
  103.  
  104.    If "snap" is on, the cursor will automatically move to the nearest grid
  105.    boundary, whether the snap grid is displayed or not.
  106.  
  107.  
  108.    Release mouse button to stop drawing.  Continue to draw until you press
  109.    the RIGHT mouse button, which signals you want to quit using that tool.
  110.  
  111.    During the drawing process, you may want to move an object from the
  112.    origin picked with the LEFT mouse button.  Press the "Alt" key (while
  113.    still holding the LEFT mouse button down) to move the entire object to a
  114.    new location.  A "hand" mouse cursor will appear to show "move" mode.
  115.  
  116.  
  117.    Immediately after releasing the LEFT mouse button, you can construct any
  118.    number of duplicate objects by holding the "Ctrl" key down and moving
  119.    the mouse. Like Alt, a "hand" cursor will show "move or duplicate" mode.
  120.  
  121.  
  122.    Fully enclosed objects such as rectangles, polygons, and circles can be
  123.    "filled" with a solid color or with a colored pattern. SceneBuilder
  124.    supports seven standard Pascal fill patterns.  Enclosed objects can be
  125.    filled at the time of creation (if "fill" mode is "on", shown by the
  126.    drawing tools filled with white) or can later using the flood-fill tool.
  127.  
  128.  
  129.    The SHIFT key can be used to force lines to be horizontal, vertical or
  130.    45 degrees.  Rectangles can be forced into squares using the SHIFT key.
  131.  
  132.  
  133.    You can turn on a "snap" grid of any specified size to help line-up your
  134.    drawing objects.  The snap grid may be displayed as a series of dots. 
  135.    When a scene is zoomed in, the snap grid is automatically set to the
  136.    zoom scale factor.
  137.  
  138.  
  139.                       DETAILED MENU ITEM DESCRIPTIONS
  140.  
  141.  
  142. UNDO LAST OPERATION:                                     Shortcut Key = "U"
  143.  
  144.    If you make a mistake or don't like how the last object(s) look, select
  145.    Undo from the menu grid.  Your scene will be returned to the same
  146.    appearance as before.
  147.  
  148.    You can NOT "undo" an "undo".
  149.  
  150.  
  151. STRAIGHT LINES:                                          Shortcut Key = "L"
  152.  
  153.    Mouse cursor: Large "+" with a "/" line
  154.  
  155.    Pick the starting point of the line with the LEFT mouse button. Drag the
  156.    end-point until the line is where you want it.  SHIFT constrains lines
  157.    to horizontal, vertical, or 45-degrees.  The Alt key may be used to move
  158.    a partially completed line.
  159.  
  160.    The Ctrl key may be used to duplicate identical lines.
  161.  
  162.    Press the RIGHT mouse button again when you are finished.
  163.  
  164.  
  165. GROUPED LINES (END-TO-END):                              Shortcut Key = "G"
  166.  
  167.    Mouse cursor: Large "+" with a "/" line
  168.  
  169.    Pick the starting point of a line group with the LEFT mouse button. Drag
  170.    the end-point until the line is where you want it.  SHIFT constrains
  171.    lines to horizontal, vertical, or 45-degrees.  The Alt key may be used
  172.    to move a partially completed line segment.
  173.  
  174.    Continue to drag line segments unti